https://github.com/vaclavdanek/react-kickstart-project
Boilerplate kit for react apps with mobx and webpack
https://github.com/vaclavdanek/react-kickstart-project
axios babel boilerplate boilerplate-template eslint font-awesome i18next jest mobx react react-router react-starter react-starter-kit react-starter-project reactjs tailwindcss template-project typescript webpack
Last synced: about 2 months ago
JSON representation
Boilerplate kit for react apps with mobx and webpack
- Host: GitHub
- URL: https://github.com/vaclavdanek/react-kickstart-project
- Owner: VaclavDanek
- Created: 2025-04-08T21:01:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T21:31:08.000Z (about 1 year ago)
- Last Synced: 2025-04-08T22:26:17.859Z (about 1 year ago)
- Topics: axios, babel, boilerplate, boilerplate-template, eslint, font-awesome, i18next, jest, mobx, react, react-router, react-starter, react-starter-kit, react-starter-project, reactjs, tailwindcss, template-project, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Info
React starter-kit project
## Main features
* typescript
* webpack
* babel
* eslint
* mobx
* react-router-dom
* axios
* jest
* i18next
* font-awesome
* tailwind
* scss support
* hot module replacement with fast refresh plugin
## Installation and startup
1. npm install or yarn install
2. npm start or yarn start
3. visit [http://localhost:3000](http://localhost:3000/)
## Build
1. npm run build or yarn build
2. go to "dist" folder, located in the root directory
## Test (jest)
npm test or yarn test