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.
15 lines
315 B
Markdown
15 lines
315 B
Markdown
# Hello there
|
|
|
|
## Install
|
|
|
|
Requirements: node and npm
|
|
|
|
- `npm install`: installs dependencies in node_modules
|
|
|
|
## Available scripts
|
|
|
|
- `npm start`: starts a development server
|
|
- `npm run build`: make a production build
|
|
- `npm run lint`: lint js files using eslint
|
|
- `npm run format`: format js files using prettier
|