Go to file
2020-01-03 15:05:14 +01:00
notes Move .md notes into notes dir 2020-01-02 21:59:23 +01:00
src Move global offset/scale out of draw functions 2020-01-03 15:05:14 +01:00
srv Add models 2020-01-03 15:04:17 +01:00
.eslintrc Add makefile 2020-01-02 23:48:11 +01:00
.gitignore Add minimal flask server 2020-01-03 01:25:48 +01:00
.prettierrc Add js project files 2020-01-02 23:21:03 +01:00
babel.config.js Add js project files 2020-01-02 23:21:03 +01:00
Makefile Add makefile 2020-01-02 23:48:11 +01:00
package.json declare packages 2020-01-02 23:33:19 +01:00
postcss.config.js Add js project files 2020-01-02 23:21:03 +01:00
README.md Add makefile 2020-01-02 23:48:11 +01:00
webpack.config.js Add js project files 2020-01-02 23:21:03 +01:00

#Hello there

Available scripts

  • npm start: starts a development server (make or make serve)
  • npm run build: make a production build (make build)
  • npm run lint: lint js files using eslint (make lint)
  • npm run format: format js files using prettier (make format)