.. | ||
src | ||
.eslintrc | ||
.gitignore | ||
.prettierrc | ||
babel.config.js | ||
package.json | ||
postcss.config.js | ||
README.md | ||
webpack.config.js |
Hello there
Install
Requirements: node and npm
npm install
: installs dependencies in node_modules
Available scripts
npm start
: starts a development servernpm run build
: make a production buildnpm run lint
: lint js files using eslintnpm run format
: format js files using prettier