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.
 
 
 
 
Go to file
Alfred Melch 3c0d84c628 Add cors 5 years ago
notes Move .md notes into notes dir 5 years ago
src fix border 5 years ago
srv Add cors 5 years ago
.eslintrc Add makefile 5 years ago
.gitignore Add minimal flask server 5 years ago
.prettierrc Add js project files 5 years ago
Makefile Add makefile 5 years ago
README.md Add makefile 5 years ago
babel.config.js Add js project files 5 years ago
package.json declare packages 5 years ago
postcss.config.js Add js project files 5 years ago
webpack.config.js Add js project files 5 years ago

README.md

#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)