Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sfcod/reactjs-boilerplate
https://github.com/sfcod/reactjs-boilerplate
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sfcod/reactjs-boilerplate
- Owner: sfcod
- Created: 2020-07-25T19:54:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T14:26:00.000Z (4 months ago)
- Last Synced: 2024-08-01T18:14:30.077Z (4 months ago)
- Language: TypeScript
- Size: 949 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Based on:
React, Redux Toolkit (thunk), React Hook Form
Node: 18+
## Dev environment- Setup config
```bash
cp src/config/environments/env.dev.js src/config/env.js
```- Install vendors
```bash
npm install
```- Run dev
```bash
npm run start
```## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `yarn test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `yarn build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.