Skip to content

fatcop/jibbernaut-webapp

Repository files navigation

jibbernaut-webapp

A Slack clone webapp in ReactJS.

NOTE: Just pet project for learning purposes.

Package highlights: npm, yarn, ES6, Babel, Webpack, React, Redux, SASS, SocketIO

Yarn (optional)

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.

To run

  • You'll need to have git and node installed in your system.
git clone https://github.com/fatcop/jibbernaut-webapp.git
  • Then install the dependencies:
npm install
  • Run development server:
npm start
npm run dev

Open the web browser to http://localhost:8888/

To build the production package

npm run build

Eslint

Run Lint:

npm run lint

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published