A Slack clone webapp in ReactJS.
NOTE: Just pet project for learning purposes.
Package highlights: npm, yarn, ES6, Babel, Webpack, React, Redux, SASS, SocketIO
If you'd like to use yarn for faster/better dependency management install it via website instructions. There is a yarn.lock file included in this repo.
git clone https://github.com/fatcop/jibbernaut-webapp.git
- Then install the dependencies:
npm install
- Run development server:
npm start
- Or you can run development server with webpack-dashboard:
npm run dev
Open the web browser to http://localhost:8888/
npm run build
Run Lint:
npm run lint