Skip to content

ecofic/article-reading-files-via-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reading Files via JavaScript

This repository supports the Reading Files via JavaScript article series.

Getting Started

To get started:

Clone this repository

git clone https://github.com/ecofic/article-reading-files-via-javascript.git

Install the dependencies

npm install

Install the dependencies

npm run dev

NOTE: I've experienced some caching issues. To work beyond this, you may need to open an incognito window.

Now that you're up and running with this code, I want to close out by giving some shoutouts.

Tour

This repository includes the following directories:

Directory Purpose
files Files used in conjustion with the examples found in the src directory. These files are empty.
src The source code used in this app.

Special Thanks

This repository relies on code from the following repositories. These repositories sped up the development of this sample code.

Project Repository License
Bootstrap view MIT
lite-server view MIT

Thank you. 👍