Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 171 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 171 Bytes

Codenames

Run Project

npm install
npm start
# in another tab
npm run webpack

Build for Production

npm run build
npm run webpack:production