Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conneraiken/vite-react-redux-typescript-boilerplate
https://github.com/conneraiken/vite-react-redux-typescript-boilerplate
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/conneraiken/vite-react-redux-typescript-boilerplate
- Owner: ConnerAiken
- Created: 2024-07-24T21:31:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T03:46:58.000Z (5 months ago)
- Last Synced: 2024-10-28T05:33:13.553Z (2 months ago)
- Language: TypeScript
- Size: 735 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite: React + Redux + TypeScript Boilerplate
## Getting Started
To best experience this boilerplate, use VSCode and follow the recommended extension installations.### Running Locally
Follow the steps below to get started:
- Git clone the repo
- Run `npm install`
- Run `npm start`
- Load `localhost:3000` in your browser### Building the application
- Git clone the repo
- Run `npm install`
- Run `npm run build`
- Serve the `dist` folder### Running tests
- Git clone the repo
- Run `npm install`
- Run `npm run test`