Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shubhadip/parcel-typescript-template
- Owner: shubhadip
- Created: 2020-06-10T10:27:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:30:34.000Z (about 2 years ago)
- Last Synced: 2024-10-27T22:56:45.827Z (2 months ago)
- Topics: eslint, parcel-bundler, parceljs, prettier, react, react-hooks, reactjs, scss, ssr, typescript
- Language: TypeScript
- Homepage:
- Size: 3.06 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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.