Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shubhadip/parcel-typescript-template

parcel typescript serversiderendering template for react
https://github.com/shubhadip/parcel-typescript-template

eslint parcel-bundler parceljs prettier react react-hooks reactjs scss ssr typescript

Last synced: 23 days ago
JSON representation

parcel typescript serversiderendering template for react

Awesome Lists containing this project

README

        

# parcel-typescript-template
React TypeScript Template using Parcel

**Technology Used:**\
[React](https://reactjs.org/)\
[Parcel](https://github.com/parcel-bundler/parcel)\
[Typescript](https://github.com/microsoft/TypeScript)\
\
\
**To Run the Project:**\
Please follow below mentioned step to run this project:

- Clone the repo
```shell##
https://github.com/shubhadip/parcel-typescript-template
```
- run **yarn install** in root folder

#### To Run Client Version in Development
- Run `yarn dev` in root folder.

#### To Run Client Version in Production
- Run `yarn build` in root folder.

#### For SSR Production Build
- Run `yarn build-ssr` in root folder.