- With yarn:
yarn install
- With npm:
npm install
Simply run:
npm run watch
And open http://localhost:7000/ on your favorite browser.
- Build the app, the files will be available in
./dist
:
npm run build
- Run with amazing http-server:
npm start
- And open http://localhost:7000/ also on your favorite browser. 😉
Simply type npm run lint
on your terminal to lint using ESLint following Airbnb's JavaScript Styleguide.
This project is using Jest for testing, simply type npm test
on the root folder to see the magic!