https://github.com/jimthedev/with-dynamic-imports
Accidental hard fork of https://github.com/kimmelsg/react-starter
https://github.com/jimthedev/with-dynamic-imports
Last synced: 3 months ago
JSON representation
Accidental hard fork of https://github.com/kimmelsg/react-starter
- Host: GitHub
- URL: https://github.com/jimthedev/with-dynamic-imports
- Owner: jimthedev
- Created: 2017-10-02T14:33:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T14:37:51.000Z (over 7 years ago)
- Last Synced: 2025-01-17T03:42:51.891Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-starter
React 16+ starter kit (Typescript, React Router, VS Code)This is a starter kit that has jest testing, prettier, typescript, react router, and full VS Code integration.
On commit, prettier, typescript, and jest tests that are changed will be ran.## Start
Clone the repo and `npm install`.
Open VS Code, in the debugger tab, start `Server / Browser`. The app is now running in Chrome. Any errors will be shown on the correct line in your editor.
## Develop
Start adding views to the views folder and get going!
## Build for production
`npm run build`
## Test
`npm test`
Watch
`npm test -- --watchAll`