Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newsoftwareculture/react-node-starter-kit
Starter kit includes React, Bootstrap, Node, Express, Nodemon, Babel, ESLint, Prettier and Docker
https://github.com/newsoftwareculture/react-node-starter-kit
babel bootstrap docker eslint express heroku node-js nodemon prettier react
Last synced: 25 days ago
JSON representation
Starter kit includes React, Bootstrap, Node, Express, Nodemon, Babel, ESLint, Prettier and Docker
- Host: GitHub
- URL: https://github.com/newsoftwareculture/react-node-starter-kit
- Owner: NewSoftwareCulture
- Created: 2022-05-15T22:12:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T22:15:36.000Z (over 2 years ago)
- Last Synced: 2024-10-30T02:48:21.886Z (2 months ago)
- Topics: babel, bootstrap, docker, eslint, express, heroku, node-js, nodemon, prettier, react
- Language: JavaScript
- Homepage:
- Size: 533 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task tracker
### Install
```bash
npm install
```## Development
### Start client
```bash
npm run dev:client
```### Start server
```bash
npm run dev:server
```## Production
### Start client
```bash
npm run start:client
```### Start server
```bash
npm run start:server
```## Release
### Release to Github
```bash
npm run release
```