/StockExchange-WebpackCore

A project to test some webpack core configurations and concepts in practice

Primary LanguageJavaScript

StockExchange-WebpackCore

A project to test some webpack core configurations and concepts in practice

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

Installing

A step by step series of examples that tell you how to get a development env running

git clone https://github.com/zEduardofaria/StockExchange-WebpackCore.git
cd StockExchange-WebpackCore/client
npm install
npm start

in another terminal tab, in server folder

npm install
npm start

References