draw-game/frontend
Vivian Lim a2853c4a95 fix non-devserver build 2020-07-19 20:03:08 -07:00
..
src somehow cobble together a working time series 2020-07-19 20:01:55 -07:00
.eslintrc.js Add preact frontend generated by https://github.com/preactjs/preact-cli 2020-07-19 17:13:14 -07:00
.gitignore Add preact frontend generated by https://github.com/preactjs/preact-cli 2020-07-19 17:13:14 -07:00
.prettierignore Add preact frontend generated by https://github.com/preactjs/preact-cli 2020-07-19 17:13:14 -07:00
.prettierrc Add preact frontend generated by https://github.com/preactjs/preact-cli 2020-07-19 17:13:14 -07:00
README.md Add preact frontend generated by https://github.com/preactjs/preact-cli 2020-07-19 17:13:14 -07:00
jest.config.js Add preact frontend generated by https://github.com/preactjs/preact-cli 2020-07-19 17:13:14 -07:00
package-lock.json somehow cobble together a working time series 2020-07-19 20:01:55 -07:00
package.json somehow cobble together a working time series 2020-07-19 20:01:55 -07:00
preact.config.js fix non-devserver build 2020-07-19 20:03:08 -07:00
size-plugin.json data is being loaded into preact SPA 2020-07-19 18:26:49 -07:00
tsconfig.eslint.json Add preact frontend generated by https://github.com/preactjs/preact-cli 2020-07-19 17:13:14 -07:00
tsconfig.json Add preact frontend generated by https://github.com/preactjs/preact-cli 2020-07-19 17:13:14 -07:00

README.md

frontend

CLI Commands

  • npm install: Installs dependencies

  • npm run dev: Run a development, HMR server

  • npm run serve: Run a production-like server

  • npm run build: Production-ready build

  • npm run lint: Pass TypeScript files using TSLint

  • npm run test: Run Jest and Enzyme with enzyme-adapter-preact-pure for your tests

For detailed explanation on how things work, checkout the CLI Readme.