@hackermans/make-babel
v1.0.1
Published
Make a Babel Starter Node App
Downloads
3
Readme
Quick Start
npx @hackermans/make-babel my-app
cd my-app
npm start
(npx comes with npm 5.2+ and higher, see instructions for older npm versions)
Then open http://localhost:8080/ to see your app.
Get Started Immediately
The advantage with using this starter-kit is you get all the tools you need for babel preconfigured so you can start hacking with no hassle! 💙
Create a project, and you’re good to go.
Creating an App
You’ll need to have Node >= 12 on your local development machine (but it’s not required on the server). You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.
To create a new app, you may choose one of the following methods:
npx
npx @hackermans/make-babel my-app