Skip to content

A starter repo for NodeJS and React in typescript using TS-Node and Snowpack

License

Notifications You must be signed in to change notification settings

cherihung/node-react-ts-starter-snowpack

Repository files navigation

NODE REACT TYPESCRIPT STARTER WITH SNOWPACK

Typescript starter base for a React client running on an Express server.

Frontend web is built and bundled using snowpack.

Backend is built using TSC.

Available Scripts

yarn start

Runs server and web in the development mode. Open http://localhost:8080 to view app in the browser.

Server is proxy through the frontend. Can be directly reached on port :3000/api

yarn build

Production build of server and web. Web builds production site to the WEB_BUILD/ folder. Server builds procution to the SERVER_BUILD/ folder.

yarn start-web

Start up web as an SPA without express server.

yarn start-server

Start up server as a standlone express server.

About

A starter repo for NodeJS and React in typescript using TS-Node and Snowpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published