You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 years ago | |
|---|---|---|
| src | 6 years ago | |
| .env.example | 6 years ago | |
| .eslintignore | 6 years ago | |
| .gitignore | 6 years ago | |
| README.md | 6 years ago | |
| package.json | 6 years ago | |
| tsconfig.server.json | 6 years ago | |
| tsconfig.web.json | 6 years ago | |
| webpack.server.common.js | 6 years ago | |
| webpack.server.development.js | 6 years ago | |
| webpack.server.production.js | 6 years ago | |
| webpack.web.common.js | 6 years ago | |
| webpack.web.development.js | 6 years ago | |
| webpack.web.production.js | 6 years ago | |
| yarn.lock | 6 years ago | |
README.md
Usage
Copy .env.example to .env and edit it.
Developement
yarn install
yarn dev:server
Production
yarn install
yarn build
node -r dotenv/config dist/server/server.js