Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 734 Bytes

File metadata and controls

24 lines (15 loc) · 734 Bytes

Tandem Weather

This is a boilerplate web app built on Typescript, React, Node.js, Express and Webpack. It is built on top of crsandeep/simple-react-full-stack

Quick Start

# Clone the repository
git clone https://github.com/cryptagon/weather

# Go inside the directory
cd weather

# Install dependencies
npm install (or yarn)

# Start development server
npm run dev (or yarn dev)

Folder Structure

All the source code will be inside src directory. Inside src, there is client and server directory. All the frontend code (react, css, js and any other assets) will be in client directory. Backend Node.js/Express code will be in the server directory.