Skip to content

fentosi/blank-es6-project

Repository files navigation

Blank ES6 project with Jest tests

This is a blank project that you can use to start a web project.

Modify the package.json to match your project needs.

Install dependencies

nvm use
npm i

Run development mode

npm start

Run production mode

npm run build

The build output is in the dist folder

Run tests

npm test

About

Blank ES6 project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published