Dev Stack:
Getting Started
- Clone the project and install all dependencies
git clone [https://github.com/rafaelrferreira/es6-base-project.git]
npm install
Building Stuff
npm run dev
Running local webserver
npm run server
Running tests and code coverage
npm test
Top comments (0)