You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alfred Melch 704e0a62b1 | 5 years ago | |
---|---|---|
.. | ||
src | 5 years ago | |
.eslintrc | 5 years ago | |
.gitignore | 5 years ago | |
.prettierrc | 5 years ago | |
README.md | 5 years ago | |
babel.config.js | 5 years ago | |
package.json | 5 years ago | |
postcss.config.js | 5 years ago | |
webpack.config.js | 5 years ago |
README.md
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