This project is about how to build a javascript library from scratch using es2015(ES6)
and Webpack(https://webpack.js.org/)
for a Tic-Tac-Toe game
Run npm start
for a dev server. Navigate to http://localhost:3000/
. The app will automatically reload if you change any of the source files inside app directory
.
- Run
npm run build
to build the project. The build artifacts will be stored in thebuild/
directory.
- Go to medium(https://medium.com/)