Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 512 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 512 Bytes

ACM-ULM-Website

ACM Student chapter at ULM's official website repo

Getting Started

1. Installing react dependencies and configuring the react environment


Open your terminal and then type

$ git clone {the url to the GitHub repo}

This clones the repo

cd into the new folder and type

$ npm install

This installs the required dependencies

To run the React project.
$ npm start

2. Install webpack using following command


npm install webpack