Skip to content

mdathersajjad/tic-tac-toe

 
 

Repository files navigation

tic-tac-toe

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

Development server

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.

Build

  • Run npm run build to build the project. The build artifacts will be stored in the build/ directory.

Detailed Explanation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • HTML 2.6%