This project is a template project for building a simple website with a ReactJS front end and a Node Express backend web server. The source code is written with typescript for simplified refactoring and customization and the project is bundled with Webpack.
This project has been created using webpack-cli
you can now run
cd into server directory and run:
npm run dev
open a separate terminal and cd into client directory and run:
npm run build
or
yarn build
to bundle your application
TODO: Build out Blog Post components Build out Project components Build out Tutorials components Build out NewsFeed component Create database connection Create user login system