Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`