react-cool-starter
๐ ๐ฃ A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- question.md
- ci.yml
- codeql-analysis.yml
- dependabot.yml
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- pre-commit
- pre-push
- assetMock.ts
- config.js
- setup.ts
- styleMock.ts
- favicon.ico
- logo192.png
- logo512.png
- manifest.json
- App.tsx.snap
- App.tsx
- index.tsx
- styles.module.scss
- index.tsx
- ErrorBoundary.tsx.snap
- ErrorBoundary.tsx
- index.tsx
- Info.tsx.snap
- Info.tsx
- index.tsx
- styles.module.scss
- List.tsx.snap
- List.tsx
- index.tsx
- styles.module.scss
- Loading.tsx.snap
- Loading.tsx
- index.tsx
- styles.module.scss
- index.ts
- default.ts
- index.ts
- prod.ts
- Home.tsx.snap
- Home.tsx
- Home.tsx
- index.tsx
- styles.module.scss
- NotFound.tsx.snap
- NotFound.tsx
- index.tsx
- styles.module.scss
- UserInfo.tsx.snap
- UserInfo.tsx
- index.tsx
- styles.module.scss
- UserInfo.tsx
- index.ts
- devServer.ts
- index.ts
- renderHtml.ts
- ssr.tsx
- jsonPlaceholder.ts
- logo.svg
- userData.ts
- userList.ts
- index.ts
- rootReducer.ts
- userData.ts
- userList.ts
- variables.scss
- index.d.ts
- mockStore.tsx
- base.config.ts
- client.config.ts
- server.config.ts
- .all-contributorsrc
- .eslintignore
- .eslintrc.js
- .gitignore
- .prettierignore
- .stylelintrc.js
- babel.config.js
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- nodemon.json
- package.json
- postcss.config.js
- README.md
- SECURITY.md
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/wellyshen/react-cool-starter
Downloads the entire project code from GitHub to your computer.
cd react-cool-starter
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn
Downloads and installs the libraries listed in package.json.
yarn build # Building bundle
Builds optimized production files.
yarn start # Running production server
Starts the development/run server.
yarn build # Building bundle
Builds optimized production files.
yarn install --production # Then install dependencies only
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
