NOTE charSortII will escape symbols and numbers. When input is one word, it will sort by letters, when input is one sentence, it will sort by words. Have fun sorting!
- Fork and clone the repo
- Install dependencies from the root of the repo by running
npm install
- Start charSortII in dev mode by running:
npm run watch
npm run dev
- Run test by running:
npm test
- Start charSortII by running:
npm run build
npm start
Now you may sort at http://localhost:8080